home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Demos / Alice Demo / demo / pak0.pk3 / scripts / pete.shader < prev    next >
Encoding:
Text File  |  2000-11-20  |  1008 b   |  60 lines

  1. xtextures/detailtest1
  2. {
  3.     qer_editorimage textures/floor/dia_brnred.tga
  4.     {
  5.         map textures/floor/dia_brnred.tga
  6.         rgbGen identity
  7.     }
  8.     {
  9.         map $lightmap
  10.         rgbGen identity
  11.         blendFunc GL_DST_COLOR GL_ZERO
  12.     }
  13.     {
  14.         map textures/micromacro/dt_12.tga
  15.         blendfunc GL_DST_COLOR GL_SRC_COLOR
  16.         detail
  17.         tcMod macro 0.15 0.15
  18.     }
  19. }
  20.  
  21. xtextures/detailtest2
  22. {
  23.     qer_editorimage textures/wall/brk_brn.tga
  24.     {
  25.         map textures/wall/brk_brn.tga
  26.         rgbGen identity
  27.     }
  28.     {
  29.         map textures/micromacro/dt_2.tga
  30.         blendfunc GL_DST_COLOR GL_SRC_COLOR
  31.         detail
  32.         tcMod macro 0.1 0.1
  33.     }
  34.     {
  35.         map $lightmap
  36.         rgbGen identity
  37.         blendFunc GL_DST_COLOR GL_ZERO
  38.     }
  39. }
  40.  
  41. xtextures/detailtest3
  42. {
  43.     qer_editorimage textures/floor/dia_blugrn01.tga
  44.     {
  45.         map textures/floor/dia_blugrn01.tga
  46.         rgbGen identity
  47.     }
  48.     {
  49.         map textures/micromacro/dt_3.tga
  50.         blendfunc GL_DST_COLOR GL_SRC_COLOR
  51.         detail
  52.         tcMod macro 0.2 0.2
  53.     }
  54.     {
  55.         map $lightmap
  56.         rgbGen identity
  57.         blendFunc GL_DST_COLOR GL_ZERO
  58.     }
  59. }
  60.